home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q93 / 9 / 30.TXT next >
Text File  |  1993-09-28  |  3KB  |  58 lines

  1. DOCUMENT:Q93930  24-SEP-1993  [W_NT]
  2. TITLE   :1024-Cylinder Limitation on SCSI and ESDI Drives
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ---------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12. ---------------------------------------------------------------
  13.  
  14. This article explains the 1024-cylinder limitation on Enhanced Small
  15. Device Interface (ESDI) and Small Computer System Interface (SCSI)
  16. drives.
  17.  
  18. ESDI uses cylinder, head, sector (CHS) addressing and has a
  19. 1024-cylinder limitation. Some controller cards can work around this
  20. by implementing a translation scheme in the onboard controller BIOS.
  21. Windows NT (and other protected mode operating systems) must duplicate
  22. the code found in these BIOS chips to duplicate this behavior.
  23. Unfortunately, there are many ways to perform this translation and to
  24. accommodate them all Microsoft would have to incorporate all of these
  25. schemes in the standard AT disk driver. (Microsoft has NOT included
  26. support for all known ESDI-translation schemes.)
  27.  
  28. Some ESDI controllers implement this translation in hardware; thus, it
  29. is totally transparent to the system. This allows the standard driver
  30. to work unchanged. Consult your controller documentation to see if
  31. such translation is performed by the BIOS or the hardware.
  32.  
  33. SCSI uses relative block address (RBA) addressing. Normally, you do
  34. not have to worry about a 1024-cylinder limit with SCSI until the SCSI
  35. drive becomes very large (that is, greater than 1 gigabyte [GB]). At
  36. that point there may be a problem. Some SCSI cards have a jumper for
  37. greater than 1 GB support. Refer to your hardware documentation to
  38. determine if your card has this jumper.
  39.  
  40. Additional reference words: 1024 cylinder
  41. KBCategory:
  42. KBSubCategory: HRDWR 
  43.  
  44. =============================================================================
  45.  
  46. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  47. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  48. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  49. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  50. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  51. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  52. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  53. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  54. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  55. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  56. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  57.  
  58. Copyright Microsoft Corporation 1993.